<style type="text/css">
<!--

	body
	{
		background:black;
		color:222222;
		font-family:Times New Roman;
		font-weight:bold;
		
		scrollbar-face-color:dddddd;
		scrollbar-shadow-color:222222;
		scrollbar-highlight-color:ffffff;
		scrollbar-3dlight-color:dddddd; 
		scrollbar-darkshadow-color:222222; 
		scrollbar-track-color:222222;
		scrollbar-arrow-color:222222;
	}

	div
	{
		position:absolute;
		visibility:visible;
		width:auto;
		height:auto;
	}

	.bni_textbody
	{
		visibility:hidden;
		top:196px;
		left:64px;
		width:460px;
		height:50%;
		border:2px solid;
		border-color:222222;
		overflow:auto;
	}
	
	.bni_menu
	{
		visibility:hidden;
		text-align:center;
		border:2px solid;
		border-color:222222;
		width:96;
		height:24;
		font-family:Impact;
		font-weight:normal;
		cursor:hand;
		z-index:10;
	}	

	h1, h2, h3, h4, h5, h6
	{
		color:ffffff;
	}

	a:link
	{
		color:ffffff;
		text-decoration:none;
	}

	a:visited
	{
		color:444444;
		font-style:italic;
		text-decoration:none;
	}

	a:active
	{
		color:black;
		text-decoration:none;
	}

	a:hover
	{
		color:black;
		text-decoration:underline;
	}

-->
</style>